projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6710df4
)
(utf-8-fragment-on-decoding): Fix last
author
Dave Love
<fx@gnu.org>
Wed, 11 Sep 2002 20:57:50 +0000
(20:57 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 11 Sep 2002 20:57:50 +0000
(20:57 +0000)
change.
lisp/international/utf-8.el
patch
|
blob
|
history
diff --git
a/lisp/international/utf-8.el
b/lisp/international/utf-8.el
index e2f4976b97b07d4f92c71c3b51f189c60ae0a486..e201c025ade57a3eaa35e557df19681c1394cedc 100644
(file)
--- a/
lisp/international/utf-8.el
+++ b/
lisp/international/utf-8.el
@@
-143,7
+143,7
@@
Setting this variable outside customize has no effect."
(setq utf-8-translation-table-for-decode
(if v
utf-8-fragmentation-table
- (make-
char
-table)))
+ (make-
translation
-table)))
(define-translation-table 'utf-8-translation-table-for-decode
utf-8-translation-table-for-decode)
(set-default s v))